home *** CD-ROM | disk | FTP | other *** search
/ Let's Discover Louisiana / Let's Discover Louisiana.iso / pc / FILES / FUND.dxr / 00061_checkForIntersect.ls < prev    next >
Encoding:
Text File  |  2002-12-03  |  189 b   |  11 lines

  1. global rightChoice
  2.  
  3. on exitFrame me
  4.   if sprite rightChoice intersects sprite(1) then
  5.     sound(3).stop()
  6.     sound(2).volume = 100
  7.     sound(5).volume = 100
  8.     go(marker(1))
  9.   end if
  10. end
  11.